home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / UTIL / Alpha 6.5.sit / Tcl / UserCode / README.Black < prev    next >
Text File  |  1996-08-15  |  3KB  |  82 lines

  1. FILE: README.black
  2.  
  3. LAST UPDATE: 2/11/93 6:24:55 AM
  4.  
  5. DESCRIPTION
  6.  
  7. The directories ElectricAlias and UserCode contain a number of TCL scripts 
  8. for use with Pete Keleher's Alpha Text Editor (version 5.3). Each TCL 
  9. script is more or less self contained and includes a moderate amount of 
  10. documentation. In addition, there is a folder containing electricAlias's in 
  11. support of the script/proc electricAlias. Use these procedures together or 
  12. independently. 
  13.  
  14. You may freely copy and distribute this archive provided this README file
  15. remains with it.  These files are freeware for all REGISTERED users of 
  16. Alpha.  These files are not to be sold for profit.  SEE COPYRIGHT below.
  17.  
  18. INSTALLATION
  19.  
  20. Place these files in $HOME:Tcl.  Then read the comments at the top of
  21. UserBits.tcl.
  22.  
  23. CHANGES
  24.  
  25.     selectFunc -- new
  26.     setBackupFolder -- bug fix
  27.     sortLines -- new
  28.     
  29. CONTENTS
  30.  
  31. Procs:
  32.     canon.tcl -- batch rename of identifiers forces alphabetic case (mpw-like)
  33.     compare-windows.tcl -- EMACs-like comparision of two windows
  34.     date.tcl -- obtain the current time
  35.     editLastFile.tcl -- keeps a stack of files edited in a session
  36.     electricAlias Help -- documentation for electricAlias
  37.     electricAlias.tcl -- typing aid (see documentation)
  38.     electricEnter.tcl -- add MPW-like functionality for ENTER key
  39.     listFuncs.tcl -- extract a list of all functions in current file
  40.     number.tcl -- insert Roman/Alphabetic numbers
  41.     reverseLines.tcl -- what it says (use with sortLines)
  42.     selectFunc.tcl -- similar to searchFunc, but selects entire definition
  43.     setAwkMode.tcl -- new mode for changeModes
  44.     setBackupFolder -- changes the backup folder based on a file's location
  45.     setMailMode.tcl -- new mode for changeModes
  46.     setPascalMode.tcl -- new mode for changeModes
  47.     setPerlMode.tcl -- new mode for changeModes
  48.     setVar.tcl -- keep old procs working
  49.     sortLines.tcl -- variation allows case & space insensitive sorting
  50.     unknown.tcl -- a must-have to augment Alpha
  51.     update.tcl -- semi-automatic text file timestamp facility
  52.  
  53. Aliases:
  54.     aliases       -- GLOBAL electricAliases
  55.     aliases.Awk   -- AWK programming language templates
  56.     aliases.C     -- C programming language template
  57.     aliases.Csh   -- Cshell programming language template
  58.     aliases.Pas   -- Pascal programming language template
  59.     aliases.Perl  -- Perl programming language template
  60.     aliases.Tcl   -- TCL programming language template
  61.     aliases.Text  -- Text file electricAliases (memo templates, etc.)
  62.     aliases.Vlg   -- Verilog
  63.  
  64.  
  65. COPYRIGHT:
  66.  
  67.     Copyright ゥ  by David C. Black
  68.     All rights reserved.
  69.  
  70.     Redistribution and use in source and binary forms are permitted
  71.     provided that the above copyright notice and this paragraph are
  72.     duplicated in all such forms and that any documentation,
  73.     advertising materials, and other materials related to such
  74.     distribution and use acknowledge that the software was developed
  75.     by David C. Black.
  76.  
  77.     THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
  78.     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  79.     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  80.  
  81. ###############################################################################
  82.